NevronOpenVision
Nevron.Nov.Diagram.Batches Namespace / NBatchTranslate<TItem> Class / Translate Method / Translate(ENCompassDirection,Double,Boolean) Method
translate direction
translate step
indicates whether the move permissions of the nodes must be discarded
Translate(ENCompassDirection,Double,Boolean) Method
Translates the entity with the specified step in the specified direction
Syntax
public NTransactionResult Translate( 
   ENCompassDirection direction,
   System.double step,
   System.bool discardMovePermissions
)

Parameters

direction
translate direction
step
translate step
discardMovePermissions
indicates whether the move permissions of the nodes must be discarded

Return Value

batch result
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also